Use the Xaml Panel

The Xaml (Extensible Application Markup Language) panel displays the entire workflow in XML (Extensible Markup Language) code.

You can interact with the Xaml section and copy XML to a text editor.

Workflow Builder Code panel

Note: Editing XML code is not recommend. Use the Designer panel to adjust the workflow sequence or the Properties panel to set attributes.

You can also view the workflow in the XML format by doing the following:

  1. Expand the Custom Triggers tree in the Workflow Triggers section and then select the relevant workflow.

    Workflow triggers with workflow selected

  2. Select 'View Workflow Xoml' from the New Workflow drop-down on the Workflow Commands ribbon.

    Workflow Manager view workflow link

    The Workflow Xaml window is displayed.

    Workflow Code editor window

    Note: Select the RuleSet tab to display all available database rules.

    The window is interactive, enabling you to either to copy XML to a text editor or paste code in.

  3. Edit the code as required.

    Note: Conditions attached to your workflow will not be exported to the XML editor and must be recreated.

  4. Click OK.

Back to top